
if service.click({
{"More, button",
"*Hand, button*",
}
})
return true
end

if service.click({
{"*Hand, *",
}
})
return true
end

if service.click({
{"*(me)  ",
"*",
"*Hand, *",
}
})
return true
end
